From 367269c6c874df59e907fbb6f76b56cebe479559 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 19 Jan 2007 02:25:25 +0000 Subject: [PATCH] * progmodes/compile.el (compilation-loop): New arg limit. Handle case where the first error is at point-min. (compilation-next-error): New arg to compilation-loop call. --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 99dd40b622e..fbcd822be87 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-01-19 Chong Yidong + + * progmodes/compile.el (compilation-loop): New arg limit. Handle + case where the first error is at point-min. + (compilation-next-error): New arg to compilation-loop call. + 2007-01-18 Bruno Haible (tiny change) * info.el (Info-default-dirs): Change default info dir to -- 2.30.2